GraphPlot
GraphPlot[g] generates a plot of the graph g.
GraphPlot[{e1,e2,…}] generates a plot of the graph with edges ei.
GraphPlot[{…,w[ei],…}] plots ei with features defined by the symbolic wrapper w.
GraphPlot[{vi1->vj1,…}] uses rules vik->vjk to specify the graph g.
GraphPlot[m] uses the adjacency matrix m to specify the graph g.
Please visit the official Wolfram Language Reference for more details and examples on core symbols.